This repository was archived by the owner on Sep 15, 2023. It is now read-only.
Open
Conversation
7cc2d2c to
373cd7d
Compare
8e33995 to
f0b6d38
Compare
24968c7 to
baaa863
Compare
d30dade to
56361b1
Compare
56361b1 to
f4272b9
Compare
f4272b9 to
182f361
Compare
fadf066 to
b88635c
Compare
40a6547 to
4dded87
Compare
31a3414 to
8aa6577
Compare
8aa6577 to
1776d4d
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








This PR contains the following updates:
0.8.8->0.8.103.9.1.2184->3.10.0.25943.10.1->3.11.05.9.2->5.10.05.9.2->5.10.02.4.1->2.5.042.5.1->42.6.04.44.0->4.46.04.44.0->4.46.01.17.6->1.19.01.17.6->1.19.03.1.6->3.1.92.7.8->2.7.152.7.8->2.7.15⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
jacoco/jacoco (org.jacoco:jacoco-maven-plugin)
v0.8.10: 0.8.10Compare Source
Fixed bugs
SecurityManageroutside of itscodeBase(GitHub #1425).v0.8.9: 0.8.9Compare Source
New Features
report-aggregateMaven goal (GitHub #1007).Fixed bugs
java.langpackage to unnamed module of the application class loader (GitHub #1334).Non-functional Changes
SonarSource/sonar-scanner-maven (org.sonarsource.scanner.maven:sonar-maven-plugin)
v3.10.0.2594Compare Source
Release notes - Sonar Scanner for Maven - 3.10
New Feature
MSONAR-193 Set property `sonar.java.enablePreview` when Java's enablePreview feature is set
Task
MSONAR-184 Properly escape multi-valued properties if some paths contain comma
MSONAR-187 Upgrade github-action_release to v4
MSONAR-188 Stop leaking Maven classes in the scanner engine classloader
MSONAR-189 Add ITs with java 17
MSONAR-192 Run all tests nightly
MSONAR-195 Reduce the scope of the maven-compat dependency
MSONAR-198 Add Maven 4 tests to the pipeline
MSONAR-199 Use master build for peachee jobs
Improvement
MSONAR-190 Default sources to "src/main" instead of "src/main/java"
MSONAR-197 Maven Scanner relies on old slf4j version
pivotal-cf/java-cfenv (io.pivotal.cfenv:java-cfenv-boot)
v2.5.0Compare Source
v2.4.2Compare Source
Changed mvnw to gradlew
Included additional tag for postgres
Improvements for Postgres support
pgjdbc/pgjdbc (org.postgresql:postgresql)
v42.6.0Changed
fix: use PhantomReferences instead of
Obejct.finalize()to track Connection leaks PR #2847refactor:(loom) replace the usages of synchronized with ReentrantLock PR #2635
Fixes Issue #1951
v42.5.4Fixed
fix: fix testGetSQLTypeQueryCache by searching for xid type. We used to search for box type but it is now cached. xid is not cached, this nuance is required for the test.
fix OidValueCorrectnessTest BOX_ARRAY OID, by adding BOX_ARRAY to the oidTypeName map [PR #2810](https://github.com/pgjdbc/pgjdbc/pull/28100).
fixes Issue #2804.
fix: Make sure that github CI runs tests on all(https://togithub.com/pgjdbc/pgjdbc/pull/2809)dbc/pgjdbc/pull/2809\)).
v42.5.3Fixed
fix: Add box to TypeInfoCache, fixes Issue #2746 PR #2747
fix: regression in PgResultSet LONG_MIN copy and paste error fixes Issue #2748 PR#2749
v42.5.2Changed
regression: This release has 2 known regressions which make it unusable see the notes above. We advise people to use 42.5.3 instead.
docs: specify that timeouts are in seconds and there is a maximum. Housekeeping on some tests fixes #Issue 2671 PR #2686
docs: clarify binaryTransfer and add it to README PR# 2698
docs: Document the need to encode reserved characters in the connection URL PR #2700
feat: Define binary transfer for custom types dynamically/automatically fixes Issue #2554 PR #2556
Added
fix: added gssResponseTimeout as part of PR #2687 to make sure we don't wait forever on a GSS RESPONSE
Fixed
fix: Ensure case of XML tags in Maven snippet is correct PR #2682
fix: Make sure socket is closed if an exception is thrown in createSocket fixes Issue #2684 PR #2685
fix: Apply patch from Issue #2683 to fix hanging ssl connections PR #2687
fix - binary conversion of (very) long numeric values (longer than 4 * 2^15 digits) PR #2697 fixes Issue #2695
minor: enhance readability connection of startup params PR #2705
testcontainers/testcontainers-java (org.testcontainers:junit-jupiter)
v1.19.0Compare Source
Testcontainers for Java 1.19.0
Core
ComposeContainer(#5608) @eddumelendezWait.forListeningPorts(ports)(#7402) @eddumelendezSelinuxContext.SHAREDby default (#7187) @jeroen-vd-nlCreateContainerCmd(#7421) @eddumelendezModules
ClickHouse
ClickHouseContainerimplementation (#7403) @eddumelendezElasticsearch
DB2
GCloud
BigQueryEmulatorContainer(#7324) @eddumelendezDatastoreEmulatorContainer(#7328) @eddumelendezJUnit Jupiter
@Testcontainers(parallel = true)(#7394) @eddumelendezKafka
See https://java.testcontainers.org/modules/kafka/
MS SQL Server
QuestDB
Redpanda
See https://java.testcontainers.org/modules/redpanda/
Solace
Spock
What's Changed
☠️ Deprecations
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
14 changes
v1.18.3Compare Source
Testcontainers for Java 1.18.2 introduced new strategies to detect the
docker.sock. There was an issue reported, see #7082. It's is highly recommended to use version 1.18.3.What's Changed
🧹 Housekeeping
v1.18.2Compare Source
Highlights ✨
testcontainers/ryukversion to 0.5.1 (#7054) @eddumelendez🐛 Bug Fixes
🚀 Features & Enhancements
TestcontainersHostPropertyClientStrategy(#7053) @eddumelendez📖 Documentation
🧹 Housekeeping
v1.18.1Compare Source
What's Changed
@Containerto be used as a meta-annotation (#6914) @eddumelendez🚀 Features & Enhancements
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
v1.18.0Compare Source
Core module
MySQLContainerare now automatically compatible with their corresponding images with thelibraryprefixtestcontainers/vnchas been bumped to version 1.3.0, which brings ARM support.tcprefix has been added to display all container logs ortc.<image-name:tag>for a specific one. Check the logging docs.WaitStrategy,ShellStrategy. It can also be used by callingWait.forSuccessfulCommand(<command>)New integration
Jib has been integrated to Testcontainers in order to take advantage of the nice API it provides to create containers
New modules 🆕
CrateDB module
In order to use
CrateDBContainer, declare the dependency in your pom.xml/build.gradletestImplementation "org.testcontainers:cratedb:1.18.0"Choose a crate image version and use it as declared below with your postgres driver
Solace Module
In order to use
SolaceContainer, declare the dependency in your pom.xml/build.gradletestImplementation "org.testcontainers:solace:1.18.0"Now, you can use a Solace PubSub running in a container and connecting via AMQP by doing the following:
More information about
SolaceContainercan be found in the documentation.Container modules
CockroachDB
Starting with
cockroachdb/cockroach:22.1.0, there is support for setting the username, password and database name via environment variables. Now, the Testcontainers module provides convenient setters:GCloud module
Google has released a new image which supports ARM and therefore
BigtableEmulatorContainer,DatastoreEmulatorContainer,FirestoreEmulatorContainer,PubSubEmulatorContainernow support it as well.So, if previously you were doing something like
Now, you can simply do
JUnit Jupiter Module
@Testcontainersoffers a new attributeparallel, which start those containers classes annotated by@ContainerKafka Module
Self-managed or Kraft mode (a.k.a Zookeeperless) support has been added
LocalStack Module
SERVICESenvironment variable became optional in version 0.13.0 and instead LocalStack will initialize a service once the first request is served. So, nowadaysLocalStackContainercan be used just like this:Also, LocalStack module supports version 2.0. It is highly recommended to use the latest version of LocalStack images.
Last but not least, dependency on AWS SDK V1 was dropped. So, that means by upgrading to version 1.18.0, the dependency can be removed if not used directly.
MongoDB Module
MongoDBContainerby default has been enabling ReplicaSet mode. Starting in this version, sharding has been added.Selenium Module
Selenium 4 has built-in support for Microsoft Edge (which is based on Chromium) and now it is supported by
BrowserWebDriverContaineras well:More
🚀 Features & Enhancements
☠️ Deprecations
🐛 Bug Fixes
allowInsecure()onHttpWaitStrategyfor non-localhost Docker daemon (#6314) @kiviewspring-cloud/spring-cloud-sleuth (org.springframework.cloud:spring-cloud-sleuth)
v3.1.9: 3.1.9Compare Source
⭐ New Features
🐞 Bug Fixes
📔 Documentation
TraceHandlerInterceptordisappeared. #2287❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.1.8: 3.1.8Compare Source
⭐ New Features
🐞 Bug Fixes
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v3.1.7: 3.1.7Compare Source
⭐ New Features
🐞 Bug Fixes
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
spring-projects/spring-boot (org.springframework.boot:spring-boot-maven-plugin)
v2.7.15Compare Source
🐞 Bug Fixes
📔 Documentation
@sinceis missing from javadoc of values added to JavaVersion since its introduction #36608@EnableWebMvc#36506@EntityScanand@Enable?Repositoriescan be used to tune scanning #36282@DataR2dbcTestsupport #35014🔨 Dependency Upgrades
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.